home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / cop / cop.readme < prev    next >
Text File  |  1999-06-14  |  13KB  |  303 lines

  1. Short:    Low Level Debugger
  2. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     dev/debug
  5. Version:  1.77
  6. Requires: An Amiga or even better two. The OS version doesn't matter.
  7.  
  8. *****************************************************************************
  9. **                                                                         **
  10. ** ___________                                                             **
  11. ** \        */                                                             **
  12. **  /-----------     #######     #######    ########                       **
  13. **  |    ^ |        ##      ##  ##     ##   ##     ##                      **
  14. **  |      _\       ##          ##     ##   ##     ##  Version 1.77        **
  15. **  |      |        ##          ##     ##   ########                       **
  16. **  |    --|        ##          ##     ##   ##                             **
  17. **  +-----/         ##      ##  ##     ##   ##                             **
  18. **   |   |           #######     #######    ## (c) 1993-1999 THOR-Software **
  19. **                                                                         **
  20. **                                                                         **
  21. **              A Low Level Debugger for all Amiga Systems                 **
  22. **                                                                         **
  23. *****************************************************************************
  24.  
  25.                                     by
  26.  
  27.      _______         _____  _____           __     _
  28.         /    /    / /    / /    /         \/_/    //_/_
  29.        /    /____/ /    / /____/   ___    /  ____// /        _      __
  30.       /    /    / /    / /   \           /  /|/ /  /  /   /_/ / /\_/_/
  31.      /    /    / /____/ /    /         _/__/_/ /__/|_/_/_/ /_/_/  /_
  32.                                               /                   
  33.  
  34. _____________________________________________________________________________
  35.  
  36.             About COP
  37.  
  38. COP is a low level debugger for all amiga systems. "Low Level" means it
  39. directly plays with the hardware, does not have GUI, but is unbeatable
  40. stable. Its main purpose is to debug programs not debugable with the usual
  41. "source level" debugger, like hardware device drivers, DOS handlers in action
  42. and much more. It supports debugging by the serial port, thru a standard
  43. tty terminal (also a COP type 5 terminal is better. A terminal program
  44. for amigas is included), and a build-in terminal emulation in case no 
  45. second computer is available.
  46.  
  47. In case you want to use COP, make sure:
  48.  
  49. -that you really want it. COP is not easy to use!
  50. -that you know assembly language. It won't work without!
  51. -that you have a lot of good will!
  52.  
  53.  
  54. EMail:  thor@einstein.math.tu-berlin.de
  55.  
  56. WWW:    http://www.math.tu-berlin.de/~thor/thor/index.html
  57.  
  58.  
  59. By the way: You should read the documentation first (before trying to get
  60. COP running)!
  61.  
  62. This is even more important if you own a '060 or '040 system. Special hints
  63. can be found at the end of the COP.doc file.
  64. _____________________________________________________________________________
  65.  
  66. Changes made in 1.77:
  67.  
  68. - Rewrote the IRQ table setup for MC68010 or better. It used to be a mess.
  69. - Fixed the cache control commands for the 68040 and 68060.
  70. - Added SegTracker support for stack traceback.
  71. - Fixed memory manager MMU support. It used to use the SRP instead of the
  72.   URP for checking table accesses and therefore caused problems with
  73.   MuGuardianAngel.
  74.  
  75. This release seems still to have problems on some 030 machines if it is 
  76. installed with SetCPU FASTROM active. I don't know why as I can't reproduce
  77. it on my 030 A2000. MuFastROM is recommended anyways.
  78. _____________________________________________________________________________
  79.  
  80. Changes made in 1.76:
  81.  
  82. - Internal release, unpublished.
  83.  
  84. _____________________________________________________________________________
  85.  
  86. Changes made in 1.75:
  87.  
  88. - Modified the exception handler routines a bit, they no longer block
  89.   interrupts completely.
  90. - Added the DARKEN command line option to blank the screen.
  91. - Fixed the memory list scan that failed with remapped low-memory areas.
  92. _____________________________________________________________________________
  93.  
  94. Changes made in 1.73:
  95.  
  96. - The "restorevbr" option did not work correctly and could cause problems
  97.   on 040 and 060 based machines.
  98. - The MMU could have been disabled on startup, forgot to saveback a 
  99.   register.
  100. - 030 bus error processing can now handle MuForce instruction emulation
  101.   in the zero-page.
  102.  
  103. _____________________________________________________________________________
  104.  
  105. Changes made in 1.72:
  106.  
  107. - Fixed a stupid bug in the 060 support code. COP did not test correctly
  108.   whether a memory address is really available due to a broken MMU table
  109.   scanner.
  110. _____________________________________________________________________________
  111.  
  112. Changes made in 1.71:
  113.  
  114. - The 1.69 version disabled the MMU on 030 systems completely. Fixed.
  115. - COP can now be made resident even on systems without autoconfig fast
  116.   memory.
  117. - The COP initializer was a bit too picky about the FPU bits and therefore
  118.   refused to keep resident on 040 and 060 systems.
  119. - Fixed 040 FPU related bugs.
  120. - Partial RTG support implemented, yeah!
  121.  
  122. _____________________________________________________________________________
  123.  
  124.  
  125. Changes made in 1.69:
  126.  
  127. - Fixed the disassembly of some 040 specific instructions, cpushp and others.
  128. - Fixed the startup code.
  129. - Fixed the documentation, COP was never Enforcer compatible when run on
  130.   a 040 and 060, unfortunately. It is compatible to "MuForce", which does
  131.   the same.
  132. - The bus error handler tries now to complete missing writebacks of the 040
  133.   processor.
  134.  
  135. _____________________________________________________________________________
  136.  
  137. Changes made in 1.68:
  138.  
  139. - Added 040 and 060 FPU instructions for single and double precision in the
  140.   disassembler.
  141. - Added PLPAR/W instructions.
  142. - Overflow handling in the expression evaluation was buggy.
  143. - MMU table lookup for 68060 was buggy, worked only for complete 4K tables.
  144. - MMU management included, the MMU registers are now written back.
  145.   (Let's hope this works for the 040 and 060, I haven't tested this)
  146. - The MMU URP/SRP registers can now be set by the user. However, be careful
  147.   with it, this may easely trash the system.
  148. - FPU emulator traps haven't been filtered out for the 040.
  149. _____________________________________________________________________________
  150.  
  151. Changes made in 1.67:
  152.  
  153. - Due to a silly mistake, the Enforcer was disabled completely for the
  154.   68030 processor.... Argh!
  155.  
  156. _____________________________________________________________________________
  157.  
  158. Changes made in 1.66:
  159.  
  160. - Fixed a horror bug in the MMU control section. After disabling the MMU,
  161.   I forgot to flush the ATC and the cache of the 68030. Since the cache
  162.   of the '020 and the '030 is BEHIND the MMU, it could still contain
  163.   addresses marked as INVALID and might create an enforcer hit on some
  164.   systems. This happens most likely in systems with the supervisor stack
  165.   in chip ram. Fixed.
  166. - General cleanup of the vector base register installation routine.
  167. - Included the SSPToFast program which *should* be run in the startup 
  168.   sequence for systems without autoconfig fast ram. Moving the SSP to
  169.   fast ram will increase the performance of the system.
  170.  
  171.  
  172. This release is mainly to due to Jörg Riemer. Thanks for letting me debug
  173. COP on his A1200, and thanks for the hospitality.
  174.  
  175.  
  176. Changes made in 1.65:
  177.  
  178. - Fixed a bug in the 68851 detection routine. This thing is now getting
  179.   "metamagical", too. As the rest of the kernal code...
  180.   Thanks, Dennis, for letting me know.
  181. - COP RESTOREVBR restores now, too ,the Alert entry that might have been
  182.   reset by the Enforcer.
  183. - Removed a bug from the symbol hunk parser that didn't respect HUNK_DEBUGs
  184.   as it should.
  185. _____________________________________________________________________________
  186.  
  187. Changes made in 1.64:
  188.  
  189. - Fixed another set of bugs in the disassembler. The "pmove bad/bac" opcoded
  190.   did not work.
  191. - The disassembler knows now the "fnop" command.
  192. - The register saveback routine was faulty for the '020 - it tried to save
  193.   the non-existing tt0,tt1 registers.
  194. _____________________________________________________________________________
  195.  
  196. Changes made in 1.63:
  197.  
  198. - Fixed a bug in the disassembler. The 0x7100 opcode was not detected as
  199.   illegal.
  200. - Fixed memory addressing bugs in the disassembler. Did not check for
  201.   validity of addresses. 
  202. - Fixed an addressing bug in the label manager. Did not check whether an
  203.   address is valid or not.
  204. - COP does no longer run the ROM code for the '060 in case no Enforcer/060
  205.   library is installed.
  206. - Added support code for the 68851 PMMU coprocessor. Should be detected
  207.   correctly now.
  208. _____________________________________________________________________________
  209.  
  210. Changes made in 1.62:
  211.  
  212. - Neither the NOMMU nor the NOEMU command line options worked in 1.61.
  213.   Sigh.
  214. - Added MMU and EMU keywords for symmetry.
  215. - Fixed just another bug in the '060 support code, thanks to Mark for
  216.   the hints and the testing. (I guess we're at 4% now).
  217. - Added the MMU support for MOVE, FIND and FILL commands.
  218. - Improved FIND command, displays the found instructions or bytes.
  219. - Made RESTOREVBR a bit smarter.
  220. - Updated the included DDT file to contain '060 specific gurus. Thanks, 
  221.   Mark!
  222. ____________________________________________________________________________
  223.  
  224. Changes made in 1.61:
  225.  
  226. - Fixed a lot of bugs in the '060 support code. Thus, the chance that
  227.   this release operates properly on a '060 has about doubled (from 1% to
  228.   2%, to be precise...).
  229. - Added NOEMU command line switch to bypass emulator traps.
  230. - Added proper support for the '060 '040 MMU and cache.
  231. - Debugged the AbsExecBase move.l emulator for the '060. Might actually work
  232.   by now, but is untested.
  233. - Changed some details in MMU handling.
  234. - Changed minor details for COP capturing its own bugs.
  235. - Added another function to the label manager, showing the label given an
  236.   address - LABL.F command.
  237. - Fixed a bug in the memory manager that did not handle non-writable memory
  238.   in the correct way.
  239. - Fixed a bug in the set-breakpoint logic.
  240. - Enhanced the stack traceback with the new label manager. It tries to find
  241.   out the label names.
  242. _____________________________________________________________________________
  243.  
  244. Changes made in 1.60:
  245.  
  246. - Removed bugs in the breakpoint logic.
  247. - Added SegTracker support for the REGS.G and (new) SEGM commands.
  248. - Updated MMU/Enforcer support since I finally bought a real 68030.
  249. - Added the NOMMU command line switch to disable the MMU bypass.
  250. - Added the ability to pre-compile the DDT files for faster parsing
  251.   with the "PRE" command line option.
  252. - Updated the Terminal program a bit.
  253. _____________________________________________________________________________
  254.  
  255. Changes made in 1.59:
  256.  
  257. - Removed a bug in the expression evaluator that made the indirection 
  258.   operator [] unuseable.
  259. - Removed a bug in the conditional break points.
  260. - Rewrote parts of the system segment.
  261. - Added support for the CyberGuard. That's not yet tested, however!
  262. - Added more '040 instructions I forgot.
  263. - Fixed a bug in the disassembler.
  264. - The previous fix of the "NODE" command broke it even more, fixed!
  265. - Fixed plain MC68000 support that was broken since 1.56.
  266. _____________________________________________________________________________
  267.  
  268. Changes made in 1.58:
  269.  
  270. -Added two '040 instructions I wasn't aware of.
  271. -Rewrote the complete math support, an FPU is no longer required.
  272. -Enhanced the "NODE" command, it displays now all additional information
  273.  it can hold of.
  274. -Removed a stupid bug from the "NODE" command.
  275. -Added the "LABS" command to view the defined labels. Study the doc file for
  276.  details.
  277.  
  278. _____________________________________________________________________________
  279.  
  280. Changes made in 1.57:
  281.  
  282. -Added PAL/NTSC switch.
  283. -Added a check for many command that won't work in a splitted display.
  284.  
  285. _____________________________________________________________________________
  286.  
  287. Changes made in 1.56:
  288.  
  289. -Removed a bug in the printer hardware driver that caused one additional
  290.  character to be printed.
  291. -Added command to eject paper.
  292. -Added Enforcer support for the MC68020 and MC68030 CPUs.
  293. -Added partial MMU support, however no MMU related commands are available.
  294.  Enforcer must be run for this purpose.
  295. -Added IRQ CopyBack mode.
  296. -Fixed several final bugs in the 1.55 release, esp. some MC68060 related,
  297.  although the support isn't complete yet ('60 FPU support is still somewhat
  298.  broken, as the FPU part must be re-written anyways).
  299.  
  300.  
  301. Thomas,
  302.     June 1999
  303.